home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / app / PreferencesDialog$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  748 b   |  23 lines

  1. package com.extensibility.app;
  2.  
  3. import com.extensibility.rock.RAction;
  4. import java.awt.event.ActionEvent;
  5.  
  6. class PreferencesDialog$1 extends RAction {
  7.    // $FF: synthetic field
  8.    final PreferencesDialog this$0;
  9.  
  10.    public void actionOccurred(ActionEvent var1) {
  11.       if (this.this$0.doOK()) {
  12.          this.this$0.save();
  13.          this.this$0.setVisible(false);
  14.          this.this$0.dispose();
  15.       }
  16.  
  17.    }
  18.  
  19.    PreferencesDialog$1(PreferencesDialog var1) {
  20.       this.this$0 = var1;
  21.    }
  22. }
  23.